home *** CD-ROM | disk | FTP | other *** search
/ Sky at Night 2007 June / SAN CD 6-2007 CD-ROM 25.iso / pc / Software / Aberrator 3.0 / Install Aberrator 3.0.exe / Install Aberrator 3.0.dxr / 00008_installControl.ls < prev    next >
Encoding:
Text File  |  2007-04-19  |  340 b   |  12 lines

  1. on startMovie
  2.   baRegister("Adam Crute", 3344335)
  3.   installer = new(script("GenericInstaller"))
  4.   installer.confirmInstall()
  5.   installer.setDestPath()
  6.   installer.performInstall()
  7.   installer.addUninstallInfo()
  8.   installer.addShortcut()
  9.   baMsgBox("Installation completed successfully", EMPTY, "OK", "information", 1)
  10.   exitInstaller()
  11. end
  12.